High Contrast: fix app-notifications
authorJakub Steiner <jimmac@gmail.com>
Thu, 17 Mar 2016 12:07:04 +0000 (13:07 +0100)
committerJakub Steiner <jimmac@gmail.com>
Thu, 17 Mar 2016 12:07:04 +0000 (13:07 +0100)
- get rid of the internal frame

https://bugzilla.gnome.org/show_bug.cgi?id=763781

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk-contained-inverse.css
gtk/theme/HighContrast/gtk-contained.css

index 63fe6014899394c50c9922f5776158cdeddc2a4a..13afba9bbb93a1bf53038c4e3560c17a3d6dba4f 100644 (file)
@@ -2618,6 +2618,7 @@ row.activatable {
                               mix(black, $bg_color, 4%));
   // FIXME no space for outer shadow : box-shadow: 0 1px 1px rgba(0,0,0,.5);
   .button { padding: 6px; }
+  border { border-width: 0; }
 }
 
 /*************
index 65db2ef76cfbface939edb875398177dccd258fb..2ceb61eeabc0d18e7487294db283c7d17cada3e9 100644 (file)
@@ -2767,6 +2767,9 @@ row.activatable {
   .app-notification .button,
   .app-notification.frame .button {
     padding: 6px; }
+  .app-notification border,
+  .app-notification.frame border {
+    border-width: 0; }
 
 /*************
  * Expanders *
index b349f778ab287e9cc99207c6717acce84e6e1a3b..994d5637d45f4af646abd2601a2a15ffbe98b6a0 100644 (file)
@@ -2774,6 +2774,9 @@ row.activatable {
   .app-notification .button,
   .app-notification.frame .button {
     padding: 6px; }
+  .app-notification border,
+  .app-notification.frame border {
+    border-width: 0; }
 
 /*************
  * Expanders *